home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 November / Software of the Month - Ultimate Collection Shareware 278.iso / pc / Programs / Internet / WindowWasher / washer.exe / 0 / RCDATA / TFORM16 / TFORM16.txt
Encoding:
Text File  |  2000-06-02  |  852 b   |  45 lines

  1. object Form16: TForm16
  2.   Left = 341
  3.   Top = 205
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Bleach Files'
  7.   ClientHeight = 64
  8.   ClientWidth = 233
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 7
  20.     Top = 8
  21.     Width = 219
  22.     Height = 13
  23.     Caption = 'Set number of times bleach will overwrite a file:'
  24.   end
  25.   object BitBtn1: TBitBtn
  26.     Left = 112
  27.     Top = 31
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'OK'
  31.     TabOrder = 0
  32.     OnClick = BitBtn1Click
  33.   end
  34.   object SpinEdit1: TSpinEdit
  35.     Left = 50
  36.     Top = 32
  37.     Width = 52
  38.     Height = 22
  39.     MaxValue = 10
  40.     MinValue = 1
  41.     TabOrder = 1
  42.     Value = 2
  43.   end
  44. end
  45.